Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Java Tutorial
1) 2D Graphics
2) Ant
3) Apache Common
4) Class Definition
5) Collections
6) Data Type
7) Database
8) Design Pattern
9) Development
10) EJB3
11) Email
12) File
13) Generics
14) Hibernate
15) Internationalization
16) J2EE Application
17) J2ME
18) JPA
19) JSP
20) JSTL
21) JUnit
22) Language
23) Log
24) Network
25) Operators
26) PDF
27) Reflection
28) Regular Expressions
29) Security
30) Servlet
31) Spring
32) Statement Control
33) Swing
34) Swing Event
35) SWT
36) SWT 2D Graphics
37) Thread
38) Web Services SOA
39) XML
Regular Expressions
1) A greedy qualifier
2) A negative behind ahead
3) A negative look ahead
4) A positive look ahead
5) A possessive qualifier
6) A Reluctant qualifier
7) A simple pattern matching demo
8) A simple sub group
9) Control the pattern case
10) Create a Matcher from Pattern
11) Date format consists of one or two digits followed by a hyphen, followed by one or two digits, followed by a hypen, fo
12) Demonstrates the usage of the Matcher reset() method
13) Demonstrates usage of the Pattern split method
14) Escapes characters that have special meaning to regular expressions
15) Find the end point of the first sub group (ond)
16) Find the end point of the second B(ond)
17) Find the starting point of the first Bond
18) Find the starting point of the second Bond
19) Finding all words that start with an a
20) Finding duplication of words
21) Finding Every Occurrence of the Letter A
22) Java Character Class
23) LookingAt vs matches
24) Match a digit
25) Match a particular character a specified number of times
26) Match Duplicate Words
27) Match Java source file and file and class name
28) Matcher appendReplacement method
29) Matcher end(int) method
30) Matcher find method
31) Matcher find(int) method
32) Matcher group() method
33) Matcher LookingAt method
34) Matcher matches method
35) Matcher pattern method
36) Matcher replaceAll method
37) Matcher reset(CharSequence) method
38) Matcher start() method
39) Matching Line Boundaries in a Regular Expression
40) Meta-characters predefined to match specific characters
41) Meta-characters to match against certain string boundaries
42) Name validation
43) Pattern compile method
44) Pattern helper
45) Pattern matches method
46) Phone number validation
47) POSIX character classes and Java character classes
48) Primitive address validation
49) Read regular expression from console
50) REGEX = bdogb
51) Regex for IP v4 Address
52) Regex for IP v6 Address
53) Regex Test Harness
54) Regular expression languages also have character classes
55) Replacing text using regex
56) Reuse Pattern Method
57) Simple validation using the Pattern and Matcher objects
58) Split a string
59) Split by
60) Split by number
61) String manipulation using English synonyms
62) Use a character class
63) Use a quantifier
64) Use find() to find a subsequence
65) Use find() to find multiple subsequences
66) Use Pattern class to match
67) Use the quantifier
68) Use wildcard and quantifier
69) Validate email address
70) Working with simple groups
71) Zip code validation